home *** CD-ROM | disk | FTP | other *** search
- object TokenSelForm: TTokenSelForm
- Left = 200
- Top = 108
- HelpContext = 1004
- BorderStyle = bsDialog
- Caption = 'Select a Token'
- ClientHeight = 199
- ClientWidth = 586
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lDisplayString: TLabel
- Left = 8
- Top = 0
- Width = 569
- Height = 48
- AutoSize = False
- Caption = 'Please select a token'
- FocusControl = ListView
- Layout = tlCenter
- WordWrap = True
- end
- object ListView: TListView
- Left = 8
- Top = 48
- Width = 473
- Height = 105
- Columns = <
- item
- Caption = 'Name'
- Width = 180
- end
- item
- Caption = 'Memory'
- Width = 110
- end
- item
- AutoSize = True
- Caption = 'Serial No'
- end>
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = ListViewChange
- OnClick = ListViewClick
- OnDblClick = ListViewDblClick
- end
- object bOK: TButton
- Left = 490
- Top = 48
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object bCancel: TButton
- Left = 490
- Top = 80
- Width = 89
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object bView: TButton
- Left = 8
- Top = 160
- Width = 97
- Height = 25
- Caption = 'View'
- TabOrder = 1
- OnClick = bViewClick
- end
- object bEdit: TButton
- Left = 112
- Top = 160
- Width = 97
- Height = 25
- Caption = 'Edit'
- Enabled = False
- ModalResult = 6
- TabOrder = 2
- end
- object bHelp: TButton
- Left = 490
- Top = 112
- Width = 89
- Height = 25
- Caption = 'Help'
- TabOrder = 5
- OnClick = bHelpClick
- end
- object biKeyRefresh: TButton
- Left = 490
- Top = 160
- Width = 89
- Height = 25
- Caption = 'Refresh'
- ModalResult = 7
- TabOrder = 6
- end
- end
-